home *** CD-ROM | disk | FTP | other *** search
/ CAD Tools / CAD Tools.iso / programs / cad009.exe / INSTALL.BAT < prev    next >
DOS Batch File  |  1994-04-06  |  1KB  |  42 lines

  1. @echo off
  2. rem
  3. rem  First check for argument            
  4. rem  ------------------------------------
  5. if .%1 == . goto putusage
  6. goto argok
  7. :putusage
  8. echo Usage:  From the MS-DOS prompt, change to the directory        
  9. echo         where AutoCAD(R) Release 12 for Windows is 
  10. echo         installed and type:
  11. echo.
  12. echo         a:install a:
  13. echo.
  14. echo         where a: is your floppy drive. 
  15. goto done
  16. :argok
  17.  
  18. echo.
  19. echo AutoCAD(R) Release 12_c3 for Windows update utility.
  20. echo v1.0(28Mar94)
  21. echo.
  22. echo This program will update several files in your current 
  23. echo AutoCAD(R) Release 12 for Windows installation from level
  24. echo c1, c1a, or c1c to level c3.  If your current installation
  25. echo does not include all files, installing more options later
  26. echo will require rerunning this program.
  27. echo.
  28. echo Be sure the current directory is where AutoCAD(R) Release 12 
  29. echo for Windows is installed.  Also, back up any files you may
  30. echo have customized (e.g. ACAD.MNU, ACAD.PGP, etc.) before 
  31. echo proceeding.
  32. echo.
  33. echo Press CTRL-C to exit now  --OR--
  34. pause
  35.  
  36. copy %1\r12c3fix.bat .
  37. copy %1\patch.exe .
  38. copy %1\readme.1st .
  39. r12c3fix %1
  40.  
  41. :done
  42.